home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970104-19970326 / 000278_news@columbia.edu _Tue Feb 18 16:19:16 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  4KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id QAA19302
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 18 Feb 1997 16:17:51 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id QAA23472
  7.     for kermit.misc@watsun; Tue, 18 Feb 1997 16:17:50 -0500 (EST)
  8. Path: news.columbia.edu!panix!news.mathworks.com!uunet!in2.uu.net!130.13.16.4!news.advtech.uswest.com!aeon.ecte.uswc.uswest.com!usenet
  9. From: Duane Christensen <dlchri2@mas-co1.uswc.uswest.com>
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Problem with dialing on a USRobotics (long)
  12. Date: Tue, 18 Feb 1997 14:55:31 -0600
  13. Organization: PDS
  14. Lines: 74
  15. Message-ID: <330A1743.420D@mas-co1.uswc.uswest.com>
  16. NNTP-Posting-Host: oisdev05.ecte.uswc.uswest.com
  17. Mime-Version: 1.0
  18. Content-Type: text/plain; charset=us-ascii
  19. Content-Transfer-Encoding: 7bit
  20. X-Mailer: Mozilla 3.01Gold (X11; I; HP-UX A.09.05 9000/712)
  21. CC: llegler@mnet.uswest.uswc.com, dlchri2@ment.uswest.uswc.com
  22. Xref: news.columbia.edu comp.protocols.kermit.misc:6617
  23.  
  24. I am running: C-Kermit 6.0.192, 6 Sep 96, for HP-UX 9.0
  25. with a US Robotics Courier V.Everything(TM) modem and the
  26. modem set to usrobotics on a HP-UX 9000/891 A.09.04 (T500)
  27. machine.
  28.  
  29. After a soft reboot of the machine the modem fails to
  30. recognize the Hangup-command string of ATQ0H0, and then
  31. fails to recognize the Init-string. My work around to use
  32. C-Kermit 5A(190), 4 Oct 94, for HP-UX 9.0.  In this script
  33. I had identified the modem as hayes. The first run of the
  34. old script produces and error of NO CARRIER, but after that
  35. the script for the old version and script for the new version
  36. work as written. Turning the modem off and on has no effect
  37. on the script failing, only the reseting of the machine. 
  38.  
  39. I have set dial display on and see the following:
  40.  
  41. Dial timeout: 43 seconds
  42.  To cancel: type your interrupt character (normally Ctrl-C).
  43. +++ATQ0H0
  44.  Hangup error: Error 0
  45.  Initializing: 14:06:06...
  46. ATQ0X4&A3&N0&Y3
  47.  No response from modem, retrying...
  48. ATQ0X4&A3&N0&Y3
  49.  No response from modem, retrying again...
  50. ATQ0X4&A3&N0&Y3
  51.  No response from modem, retrying again...
  52. DIAL Failure: 14:06:25: Error initializing modem.
  53.  
  54. The AT commands do not appear on a line by themselves but are
  55. overtyped by the message that follows it.
  56.  
  57. My guess is that there is not a one second pause around the +++,
  58. but I have not been able to verify this.  I have tried various 
  59. values for the Hangup-command, but nothing has worked.  I attempted
  60. to set the value to nothing and could not figure out how this
  61. was accomplished.
  62.  
  63. I have the book "Using C-Kermit Second Edition", I have read most
  64. of the sections covering dialing twice and have not found anything
  65. that allowed the script for the new version of C-Kermit to work
  66. the first time.
  67.  
  68. When I run the script for the old version and then the new version
  69. the display dial shows 
  70.  
  71. Dial timeout: 43 seconds
  72.  To cancel: type your interrupt character (normally Ctrl-C).
  73. +++ATQ0H0
  74. OK
  75.  Modem hangup OK
  76.  Initializing: 14:18:37...
  77. ATQ0X4&A3&N0&Y3
  78. OK
  79. ATS7=33
  80. OK
  81. AT&M4&B1
  82. OK
  83. AT&K1
  84. OK
  85. AT&H1&R2&I0
  86. OK
  87. ATS2=43
  88. OK
  89.  Dialing: 14:18:39...
  90.  
  91. I need to make the script for the new version work all the time.
  92. I do not want to keep both versions of the code around.  If need
  93. be, I will ask to have the updated version removed. I would prefer
  94. to have the new version work all the time, and remove the old
  95. version.
  96.  
  97. Thanks for your help.